ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / UpcBaseTagHelper<TControl> Class / AddOnHeight Property

In This Topic
    AddOnHeight Property (UpcBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.UpcBase.AddOnHeight. Sets the height of addOn symbol of the control.
    Syntax
    'Declaration
     
    Public Overridable Property AddOnHeight As String
    public virtual string AddOnHeight {get; set;}
    See Also